.page-index .index-title {
  padding-left: 170px;
}

.page-bulicproduct .index-title {
  padding-top: 100px;
}

.page-index .index-title h2 {
  font-size: 42px;
  font-weight: bold;
  color: #1d1d1d;
  padding-right: 24px;
  position: relative;
  display: inline-block;
}

/* @media screen and (min-width: 800px) and (max-width: 1700px) {
  .page-index .footer {
    overflow: auto;
  }
} */

/* 
.page-index .index-title h2::before {
  right: 0;
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  background: #e5002b;
} */

.page-index .index-title h2.white {
  color: #fff;
}

.page-index .index-title h3 {
  font-size: 20px;
  color: #999999;
  text-transform: uppercase;
}

.page-index .page-banner .swiper-container.pc {
  display: block;
  height: 82vh;
}

.page-index .page-banner .swiper-container.mc {
  display: none;
}

.page-index .page-banner .swiper-container .swiper-wrapper .swiper-slide {
  background-position: center center;
  background-repeat: no-repeat;
  height: 82vh;
  width: 100vw;
  background-size: cover;
  position: relative;
}

.page-index .page-banner .swiper-container .swiper-wrapper .swiper-slide a {
  position: absolute;
  width: 100vw;
  height: 100vh;
}

.page-index .page-banner .swiper-pagination {
  bottom: 23vh;
}

.page-index .page-banner .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  opacity: 1;
  margin: 0 12px;
  position: relative;
  background: none;
}

.page-index .page-banner .swiper-pagination .swiper-pagination-bullet::before {
  position: absolute;
  width: 10px;
  height: 10px;
  content: "";
  background: #d8d8d8;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.page-index
  .page-banner
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  border: 1px solid #e5002b;
  border-radius: 50%;
  padding: 5px;
}

.page-index
  .page-banner
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  position: absolute;
  width: 10px;
  height: 10px;
  content: "";
  background: #e5002b;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.page-index .page-jzbox {
  width: 100%;
  height: 700px;
  display: flex;
  /* margin-bottom: 100px; */
}

.page-index .page-jzbox .left {
  width: 1137px;
  /* width: 100%; */
  height: 700px;
  flex: 2 1150px;
}

.page-index .page-jzbox .left video {
  backface-visibility: hidden;
  height: 98% !important;
  transform: translate3d(0, 0, 0);
  transform-style: preserve-3d;
  width: 98% !important;
  padding: 1% !important;
  padding-right: 0 !important;
  object-fit: cover;
  box-sizing: border-box;
}

.page-index .page-jzbox .right {
  /* width: 960px; width: 947px; */
  width: 670px;
  height: 700px;
  background: url("../images/right-bg2.png") no-repeat center;
  background-size: cover;
  padding: 20px 60px 0 40px;
  box-sizing: border-box;
  flex: 1 670px;
}

@media (min-width: 1701px) and (max-width: 1919px) {
  .page-index .page-jzbox .right .moneybox .toyear .item h2 {
    font-size: 36px !important;
  }

  .page-index .page-jzbox .left {
    width: 1027px;
    /* width: 100%; */
    height: 700px;
    flex: 2 1000px;
  }

  .page-index .page-jzbox .right {
    width: 855px;
    flex: 1 570px;
  }
}

@media (min-width: 1367px) and (max-width: 1700.9px) {
  .page-index .page-jzbox .right .moneybox .toyear .item h2 {
    font-size: 35px !important;
  }

  .page-index .page-jzbox .left {
    width: 900px;
    /* width: 100%; */
    height: 700px;
    flex: 2 900px;
  }

  .page-index .page-jzbox .right {
    width: 570px;
    padding: 20px 40px 0 40px;
    flex: 1 570px;
  }
}

@media (min-width: 769px) and (max-width: 1368px) {
  .page-index .page-jzbox .right .moneybox .toyear .item h3 {
  }

  .page-index .page-jzbox .right .moneybox .toyear .item h2 {
    font-size: 40px !important;
  }

  .page-index .page-jzbox .left {
    width: 570px;
  }

  .page-index .page-jzbox .right {
    width: 698px;
  }
}

.page-index .page-jzbox .right .twobtn {
  display: flex;
  justify-content: flex-end;
}

.page-index .page-jzbox .right .twobtn a {
  display: block;
  width: 148px;
  height: 52px;
  border-radius: 5px;
  text-align: center;
  line-height: 52px;
  font-size: 20px;
}

.page-index .page-jzbox .right .twobtn a.jz {
  background: #ffffff;
  border: 1px solid #e1e1e1;
  color: #444444;
}

.page-index .page-jzbox .right .twobtn a.zc {
  color: #ffffff;
  background: #ca0915;
  margin-left: 30px;
}

.page-index .page-jzbox .right .mobile-show {
  display: none;
}

.page-index .page-jzbox .right .moneybox {
  /* margin-top: 40px; */
}

.page-index .page-jzbox .right .moneybox .historymoney h3 {
  font-size: 20px;
  font-weight: bold;
  color: #262626;
}

.page-index .page-jzbox .right .moneybox .historymoney h2 {
  font-size: 48px;
  font-family: DIN;
  font-weight: bold;
  color: #ca0915;
}

.page-index .page-jzbox .right .moneybox .toyear {
  display: flex;
  margin-top: 20px;
  margin-bottom: 30px;
}

.page-index .page-jzbox .right .moneybox .toyear .item {
  margin-right: 35px;
  /* width: 50%; */
  flex: 1;
}

.page-index .page-jzbox .right .moneybox .toyear .item h3 {
  font-size: 25px;
  font-weight: bold;
  color: #333333;
  /* text-align: right !important; */
}

.page-index .page-jzbox .right .moneybox .toyear .item h2 {
  font-size: 45px;
  font-family: DIN;
  font-weight: bold;
  color: #ca0915;
  text-align: center;
}

.page-index .page-jzbox .right .moneybox .inputss {
  margin-top: 20px;
  height: 61px !important;
  background: #f7f8fc;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  box-sizing: border-box;
  display: flex;
  padding: 0 26px;
  justify-content: space-between;
  font-size: 20px;
  color: #333333;
  align-items: center;
}

.page-index .page-jzbox .right .moneybox .inputss .name {
  width: 130px;
}

.page-index .page-jzbox .right .moneybox .inputss .name {
  width: 130px;
}

.page-index .page-jzbox .right .moneybox .jzmoney {
  width: 150px;
}

.page-index .page-jzbox .right .moneybox .form .threinput {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.page-index .page-jzbox .right .moneybox .form .threinput .itm {
  width: 226px;
  height: 52px;
  background: #ffffff;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 0 10px;
  margin-right: 10px;
}

.page-index .page-jzbox .right .moneybox .form .threinput .itm input {
  width: 100%;
  font-size: 14px;
  color: #333333;
}

.page-index .page-jzbox .right .moneybox .form .townredbtn {
  display: flex;
  justify-content: flex-end;
  /* margin-top: 40px; */
}

.page-index .page-jzbox .right .moneybox .form .townredbtn a {
  display: block;
  width: 148px;
  height: 52px;
  background: #ca0915;
  border-radius: 5px;
  text-align: center;
  line-height: 52px;
  font-size: 18px;
  color: #ffffff;
  margin-left: 30px;
}

@media screen and (min-width: 1080px) and (max-width: 1600px) {
  .page-index .page-bulicproduct .bluse-list-pc {
    /* display: none; */
    width: 1080px !important;
    /* width: 82.5%; */
    margin: 70px auto;
    overflow: hidden;
    /* overflow: auto; */
  }
}

.page-index .page-bulicproduct .bluse-list-pc {
  width: 1580px;
  /* width: 82.5%; */
  margin: 70px auto;
  overflow: hidden;
  /* overflow: auto; */
  height: 571.962px;
}

.page-index .page-bulicproduct .bluse-list-pc .swiper-container {
  margin-bottom: 50px;
}

.page-index
  .page-bulicproduct
  .bluse-list-pc
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  width: 490px;
  margin-right: 55px;
}

.page-index
  .page-bulicproduct
  .bluse-list-pc
  .swiper-container
  .swiper-wrapper
  .swiper-slide:nth-child(3) {
  margin-right: 0;
}

.page-index
  .page-bulicproduct
  .bluse-list-pc
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .photo {
  margin-bottom: 40px;
  width: 490px;
  height: 300px;
  position: relative;
  overflow: hidden;
}

.page-index
  .page-bulicproduct
  .bluse-list-pc
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .photo
  a
  img {
  /* width: 490px;
  height: 300px; */
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.page-index
  .page-bulicproduct
  .bluse-list-pc
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .headline {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.page-index
  .page-bulicproduct
  .bluse-list-pc
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .headline
  a {
  /* width: 352px; */
  height: 40px;
  font-size: 25px;
  font-weight: bold;
  color: #333333;
  line-height: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.page-index
  .page-bulicproduct
  .bluse-list-pc
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .headline
  .jt {
  width: 25px;
  height: 25px;
}

.page-index
  .page-bulicproduct
  .bluse-list-pc
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .headline
  .jt
  img {
  width: 25px;
  height: 25px;
}

.page-index
  .page-bulicproduct
  .bluse-list-pc
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .dec {
  font-size: 20px;
  color: #333333;
  line-height: 30px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.page-index .page-bulicproduct .bluse-list-pc .pages {
  display: flex;
  justify-content: flex-end;
}

.page-index .page-bulicproduct .bluse-list-pc .pages .prev {
  width: 36px;
  height: 36px;
  background: #666 url("../images/arrow-left-gray.png") no-repeat center;
  background-size: 12px auto;
  cursor: pointer;
}

.page-index .page-bulicproduct .bluse-list-pc .pages .prev:hover {
  background: #ca0915 url("../images/arrow-left-white.png") no-repeat center;
  background-size: 12px auto;
}

.page-index .page-bulicproduct .bluse-list-pc .pages .next {
  width: 36px;
  height: 36px;
  margin-left: 20px;
  background: #666 url("../images/arrow-right-gray.png") no-repeat center;
  background-size: 12px auto;
  cursor: pointer;
}

.page-index .page-bulicproduct .bluse-list-pc .pages .next:hover {
  background: #ca0915 url("../images/arrow-right-white.png") no-repeat center;
  background-size: 12px auto;
}

/* .page-index .page-bulicproduct {
  padding-top: 100px;
} */

.page-index .page-bulicproduct .bluse-list-m {
  display: none;
}

.page-index .page-four {
  display: flex;
}

.page-index .page-four .item {
  width: 25%;
  height: 900px;
  position: relative;
  background: url("../images/four-01.png") no-repeat center;
  background-size: cover;
  cursor: pointer;
}

.page-index .page-four .item:nth-child(2) {
  background: url("../images/four-02.png") no-repeat center;
  background-size: cover;
}

.page-index .page-four .item:nth-child(3) {
  background: url("../images/four-03.png") no-repeat center;
  background-size: cover;
}

.page-index .page-four .item:nth-child(4) {
  background: url("../images/four-04.png") no-repeat center;
  background-size: cover;
}

.page-index .page-four .item:hover .zcms {
  display: none;
}

.page-index .page-four .item:hover .contents {
  display: block;
}

.page-index .page-four .item .zcms {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 900px;
  background: rgba(0, 0, 0, 0.5);
}

.page-index .page-four .item .zcms h3 {
  font-size: 36px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  position: absolute;
  bottom: 150px;
  padding-bottom: 30px;
  width: 100%;
}

.page-index .page-four .item .zcms h3::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 20px;
  height: 4px;
  background: #ffffff;
}

.page-index .page-four .item .contents {
  display: none;
  padding: 345px 76px 0 67px;
  box-sizing: border-box;
}

.page-index .page-four .item .contents h3 {
  font-size: 36px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 40px;
}

.page-index .page-four .item .contents h3::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 20px;
  height: 4px;
  background: #ca0915;
}

.page-index .page-four .item .contents .dec {
  font-size: 20px;
  color: #ffffff;
  line-height: 36px;
  margin-bottom: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.page-index .page-four .item .contents .more a {
  display: block;
  width: 62px;
  margin: 0 auto;
  height: 62px;
  background: url("../images/more-dian.png") no-repeat center;
  background-size: cover;
}

.page-index .page-eventhistory {
  width: 100%;
  /* width: 1900px; */
  height: 900px;
  /* background: url("../images/event-bg.png") no-repeat center 130px; */
  background: url("../images/event-bg(2).png") no-repeat center 130px;
  background-size: auto 704px;
  padding-top: 100px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.page-index .page-eventhistory .event-list .item {
  width: 230px;
  position: absolute;
}

.page-index .page-eventhistory .event-list .item p {
  margin-top: 25px;
  font-size: 20px;
}

.page-index .page-eventhistory .event-list .item:first-child {
  /* left: 10%; */
  /* right: calc(100% - 230px - 15%); */
  left: calc(15% - 130px);
  top: 280px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.page-index .page-eventhistory .event-list .item:nth-child(2) {
  /* left: 30%; */
  left: calc(33% - 130px);
  top: 480px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.page-index .page-eventhistory .event-list .item:nth-child(3) {
  /* left: 45%; */
  /* left: calc(10% + 230px + 5% + 230px + 5%); */
  left: calc(50% - 130px);
  top: 280px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.page-index .page-eventhistory .event-list .item:nth-child(4) {
  /* left: 60%; */
  /* left: calc(10% + 230px + 5% + 230px + 5% + 230px + 5%); */
  left: calc(67% - 130px);
  top: 480px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.page-index .page-eventhistory .event-list .item:nth-child(5) {
  /* left: 75%; */
  /* left: calc(10% + 230px + 5% + 230px + 5% + 230px + 5% + 230px + 5%); */
  right: 10%;
  top: 280px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.page-index .page-eventhistory .event-list .item:nth-child(6) {
  right: -20%;
  top: 300px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.page-index .page-eventhistory .event-list .item .year {
  font-size: 28px;
  font-weight: bold;
  color: #0f0f0f;
  margin-bottom: 40px;
}

.page-index .page-eventhistory .event-list .item .year::after {
  content: "";
  display: inline-block;
  width: 38px;
  height: 2px;
  background: #ca0915;
  margin-bottom: 10px;
  margin-left: 15px;
}

.page-index .page-eventhistory .event-list .item .year::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url("../images/event-yuan.png") no-repeat center;
  background-size: cover;
  margin-right: 13px;
}

.page-index .page-eventhistory .event-list .item .photo {
  margin-bottom: 20px;
}

.page-index .page-eventhistory .event-list .item .photo p {
  font-size: 16px;
}

.page-index .page-eventhistory .event-list .item .photo img {
  width: 166px;
  height: 124px;
  border-radius: 10px;
  transform: scale(1.2);
  margin-bottom: 10px;
}

.page-index .page-eventhistory .event-list .item ul li {
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  margin-bottom: 10px;
}

.page-index .page-eventhistory .event-list .item ul li::before {
  width: 4px;
  height: 4px;
  background: #e5002b;
  content: "";
  margin-right: 5px;
  margin-top: 4px;
}

.page-index .page-newscenter {
  width: 100%;
  height: 900px;
  background: url("../images/indexnews-bg.png") no-repeat center;
  background-size: cover;
  padding-top: 100px;
  box-sizing: border-box;
  overflow: hidden;
}

.page-index .page-newscenter .newscenter-box {
  width: 1580px;
  margin: 0 auto;
  margin-top: 50px;
  display: flex;
}

div#listcontent6 {
  width: 50%;
}

@media (min-width: 1200px) and (max-width: 1350px) {
  div#listcontent6 {
    width: 40%;
    padding-left: 20px;
  }
}

@media (min-width: 769px) and (max-width: 1199px) {
  div#listcontent6 {
    width: 30%;
  }
}

.swiper {
  height: 600px;
}

.page-index .page-newscenter .newscenter-box .photo img {
  width: 716px;
  height: 394px;
}

.page-index .page-newscenter .newscenter-box .list {
  margin-left: 20px;
  position: relative;
}

.page-index .page-newscenter .newscenter-box .list::before {
  position: absolute;
  content: "";
  width: 2px;
  background: #ffffff;
  left: 5px;
  top: 12px;
  height: 380px;
}

.page-index .page-newscenter .newscenter-box .list .item {
  /* width: 773px; */
  margin-bottom: 30px;
  padding-left: 46px;
  position: relative;
}
.page-index
  .page-newscenter
  .newscenter-box
  .list
  .item:hover
  .headlineandtime
  .headline
  a {
  color: #e64554;
}
.page-index
  .page-newscenter
  .newscenter-box
  .list
  .item:hover
  .headlineandtime
  .time {
  color: #e64554;
}
.page-index .page-newscenter .newscenter-box .list .item:hover::before {
  background-color: #e64554;
}
.page-index .page-newscenter .newscenter-box .list .item:nth-child(5) {
  margin-bottom: 0;
}

.page-index .page-newscenter .newscenter-box .list .item::before {
  position: absolute;
  left: 0;
  content: "";
  width: 12px;
  height: 12px;
  background: #ffffff;
  border-radius: 50%;
  top: 12px;
}

.page-index .page-newscenter .newscenter-box .list .item .headlineandtime {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.page-index
  .page-newscenter
  .newscenter-box
  .list
  .item
  .headlineandtime
  .headline
  a {
  font-size: 22px;
  color: #ffffff;
  display: block;
  width: 434px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.page-index
  .page-newscenter
  .newscenter-box
  .list
  .item
  .headlineandtime
  .time {
  font-size: 16px;
  color: #ffffff;
}

.page-index .page-newscenter .newscenter-box .list .item .dec {
  font-size: 16px;
  color: #ffffff;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.page-index .page-newscenter .more {
  margin-top: 70px;
}

.page-index .page-newscenter .more a {
  width: 152px;
  margin: 0 auto;
  height: 38px;
  background: #ffffff;
  box-shadow: 0px 0px 5px 0px rgba(51, 51, 51, 0.2);
  padding-right: 38px;
  box-sizing: border-box;
  text-align: center;
  line-height: 38px;
  position: relative;
  font-size: 14px;
  color: #000000;
  display: block;
  text-transform: uppercase;
}

.page-index .page-newscenter .more a::before {
  position: absolute;
  right: 0;
  content: "";
  width: 38px;
  height: 38px;
  background: #ca0915 url("../images/arrow-more-right.png") no-repeat center;
  background-size: 17px;
}

.page-index .page-partner {
  width: 100%;
  height: 900px;
  background: url("../images/partner-bg.png") no-repeat center;
  background-size: cover;
  padding-top: 100px;
  box-sizing: border-box;
}

.page-index .page-partner .partner-box {
  width: calc(100% - 170px -160px);
  margin: 0 auto;
  margin-top: 20px;
  /* background: url("../images/partner-icon-bg.png") no-repeat center; */
  background-size: cover;
  height: 623px;
  padding: 100px 160px 0 170px;
  box-sizing: border-box;
}

.page-index .page-partner .partner-box .list {
  width: 100%;
  display: flex;

  flex-wrap: wrap;
  justify-content: center;
}

.page-index .page-partner .partner-box .list .item {
  width: 200px;
  height: 110px;
  border-bottom: 1px solid rgb(144 0 0 / 70%);
  flex: 0 1 16.6%;
  padding: 20px 0 20px 0;
}

.page-index .page-partner .partner-box .list .item:nth-child(1) {
  border-top: 1px solid rgb(144 0 0 / 70%);
}

.page-index .page-partner .partner-box .list .item:nth-child(2) {
  border-top: 1px solid rgb(144 0 0 / 70%);
}

.page-index .page-partner .partner-box .list .item:nth-child(3) {
  border-top: 1px solid rgb(144 0 0 / 70%);
}

.page-index .page-partner .partner-box .list .item:nth-child(4) {
  border-top: 1px solid rgb(144 0 0 / 70%);
}

.page-index .page-partner .partner-box .list .item:nth-child(5) {
  border-top: 1px solid rgb(144 0 0 / 70%);
}

.page-index .page-partner .partner-box .list .item:nth-child(6) {
  border-top: 1px solid rgb(144 0 0 / 70%);
}

.page-index .page-partner .partner-box .list .item a img {
  width: 202px;
  height: 110px;
}

.page-index .page-story {
  display: none;
}

.page-index .page-distribution {
  display: none;
}

@media only screen and (max-width: 768px) {
  .page-index .index-title {
    padding-left: 0;
    text-align: center;
    position: relative;
    padding-bottom: 0.46346rem;
    padding-top: 0px;
  }

  /* .page-index .index-title::before {
    position: absolute;
    bottom: 0;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    width: 0.28521rem;
    height: 0.28521rem;
    background: #e5002b;
  } */

  .page-index .index-title h2 {
    font-size: 1.49735rem;
    font-weight: bold;
    color: #1d1d1d;
    padding-right: 0;
    position: relative;
    display: block;
  }

  .page-index .index-title h2::before {
    display: none;
  }

  .page-index .index-title h2.white {
    color: #fff;
  }

  .page-index .index-title h3 {
    font-size: 0.71302rem;
    color: #999999;
    text-transform: uppercase;
  }

  .page-index .page-banner .swiper-container.pc {
    display: none;
  }

  .page-index .page-banner .swiper-container.mc {
    display: block;
    height: 22.31761rem;
  }

  .page-index .page-banner .swiper-container .swiper-wrapper .swiper-slide {
    background-position: center center;
    background-repeat: no-repeat;
    height: 22.31761rem;
    width: 100%;
    background-size: cover;
  }

  .page-index .page-banner .swiper-pagination {
    /* bottom: 1.6043rem; */
    top: 23rem;
    height: 20px;
  }

  .page-index .page-banner .swiper-pagination .swiper-pagination-bullet {
    width: 0.85563rem;
    height: 0.85563rem;
    opacity: 1;
    margin: 0 0.53477rem;
    position: relative;
    background: none;
  }

  .page-index
    .page-banner
    .swiper-pagination
    .swiper-pagination-bullet::before {
    position: absolute;
    width: 0.49912rem;
    height: 0.49912rem;
    content: "";
    background: #d8d8d8;
    border-radius: 50%;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .page-index
    .page-banner
    .swiper-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 0.85563rem;
    height: 0.85563rem;
    border: 1px solid #e5002b;
    border-radius: 50%;
    padding: 0.17826rem;
  }

  .page-index
    .page-banner
    .swiper-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    position: absolute;
    width: 0.49912rem;
    height: 0.49912rem;
    content: "";
    background: #e5002b;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
  }

  .page-index .page-jzbox {
    width: 100%;
    height: 100%;
    display: block;
    margin-bottom: 3.2086rem;
  }

  .page-index .page-jzbox .left {
    display: none;
  }

  .page-index .page-jzbox .right {
    width: 100%;
    height: 21.53328rem;
    background: url("../images/right-bg.png") no-repeat center;
    background-size: cover;
    padding: 3.74337rem 2.9947rem 0 2.9947rem;
    box-sizing: border-box;
  }

  .page-index .page-jzbox .right .twobtn {
    display: none;
  }

  .page-index .page-jzbox .right .mobile-show {
    display: block;
  }

  .page-index .page-jzbox .right .mobile-show .mone {
    text-align: center;
  }

  .page-index .page-jzbox .right .mobile-show .mone h3 {
    font-size: 0.99823rem;
    font-weight: bold;
    color: #262626;
  }

  .page-index .page-jzbox .right .mobile-show .mone h2 {
    font-size: 2.06777rem;
    font-family: DIN;
    font-weight: bold;
    color: #ca0915;
  }

  .page-index .page-jzbox .right .mobile-show .dec {
    font-size: 0.85563rem;
    font-weight: 500;
    color: #686868;
    line-height: 1.28344rem;
    margin-top: 1.78256rem;
    text-align: center;
  }

  .page-index .page-jzbox .right .moneybox {
    margin-top: 1.78256rem;
  }

  .page-index .page-jzbox .right .moneybox .historymoney {
    display: none;
  }

  .page-index .page-jzbox .right .moneybox .toyear {
    display: none;
  }

  .page-index .page-jzbox .right .moneybox .inputss {
    display: none;
  }

  .page-index .page-jzbox .right .moneybox .form {
    margin-top: 0;
  }

  .page-index .page-jzbox .right .moneybox .form .threinput {
    display: none;
  }

  .page-index .page-jzbox .right .moneybox .form .townredbtn {
    display: flex;
    justify-content: center;
    margin-top: 0;
  }

  .page-index .page-jzbox .right .moneybox .form .townredbtn a {
    display: block;
    width: 16.11431rem;
    height: 2.78079rem;
    background: #ca0915;
    border-radius: 1.39039rem;
    text-align: center;
    line-height: 2.78079rem;
    font-size: 0.99823rem;
    color: #ffffff;
    margin-left: 0;
  }

  .page-index .page-jzbox .right .moneybox .form .townredbtn a:first-child {
    display: none;
  }

  .page-index .page-bulicproduct {
    margin-bottom: 2.49558rem;
  }

  .page-index .page-bulicproduct .bluse-list-pc {
    display: none;
  }

  .page-index .page-bulicproduct .bluse-list-pc .swiper-container {
    margin-bottom: 50px;
  }

  .page-index
    .page-bulicproduct
    .bluse-list-pc
    .swiper-container
    .swiper-wrapper
    .swiper-slide {
    width: 490px;
    margin-right: 55px;
  }

  .page-index
    .page-bulicproduct
    .bluse-list-pc
    .swiper-container
    .swiper-wrapper
    .swiper-slide:nth-child(3) {
    margin-right: 0;
  }

  .page-index
    .page-bulicproduct
    .bluse-list-pc
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .photo {
    margin-bottom: 40px;
  }

  .page-index
    .page-bulicproduct
    .bluse-list-pc
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .photo
    a
    img {
    width: 490px;
    height: 300px;
  }

  .page-index
    .page-bulicproduct
    .bluse-list-pc
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .headline {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }

  .page-index
    .page-bulicproduct
    .bluse-list-pc
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .headline
    a {
    width: 352px;
    height: 80px;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    line-height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .page-index
    .page-bulicproduct
    .bluse-list-pc
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .headline
    .jt {
    width: 25px;
    height: 25px;
  }

  .page-index
    .page-bulicproduct
    .bluse-list-pc
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .headline
    .jt
    img {
    width: 25px;
    height: 25px;
  }

  .page-index
    .page-bulicproduct
    .bluse-list-pc
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .dec {
    font-size: 16px;
    color: #7f7e7e;
    line-height: 28px;
  }

  .page-index .page-bulicproduct .bluse-list-pc .pages {
    display: flex;
    justify-content: flex-end;
  }

  .page-index .page-bulicproduct .bluse-list-pc .pages .prev {
    width: 36px;
    height: 36px;
    background: #666 url("../images/arrow-left-gray.png") no-repeat center;
    background-size: 12px auto;
    cursor: pointer;
  }

  .page-index .page-bulicproduct .bluse-list-pc .pages .prev:hover {
    background: #ca0915 url("../images/arrow-left-white.png") no-repeat center;
    background-size: 12px auto;
  }

  .page-index .page-bulicproduct .bluse-list-pc .pages .next {
    width: 36px;
    height: 36px;
    margin-left: 20px;
    background: #666 url("../images/arrow-right-gray.png") no-repeat center;
    background-size: 12px auto;
    cursor: pointer;
  }

  .page-index .page-bulicproduct .bluse-list-pc .pages .next:hover {
    background: #ca0915 url("../images/arrow-right-white.png") no-repeat center;
    background-size: 12px auto;
  }

  .page-index .page-bulicproduct .bluse-list-m {
    display: block;
    margin-top: 1.6043rem;
  }

  .page-index .page-bulicproduct .bluse-list-m .item {
    width: 23.52975rem;
    margin: 0 auto;
    margin-bottom: 1.24779rem;
  }

  .page-index .page-bulicproduct .bluse-list-m .item .photo {
    margin-bottom: 1.06953rem;
    width: 330px;
    height: 160px;
    position: relative;
  }

  .page-index .page-bulicproduct .bluse-list-m .item .photo a img {
    width: 263px;
    height: 160px;
    border-radius: 0.60607rem;
    /* max-width: 100%;
    max-height: 100%; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    object-position: center;
    position: absolute;
    clip: rect(0px, 330px, 160px, 0px);
  }

  .page-index .page-bulicproduct .bluse-list-m .item .headline {
    margin-bottom: 0.71302rem;
  }

  .page-index .page-bulicproduct .bluse-list-m .item .headline a {
    width: 23.52975rem;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: center;
  }

  .page-index .page-bulicproduct .bluse-list-m .item .dec {
    font-size: 0.78432rem;
    color: #7f7e7e;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .page-index .page-four {
    display: none;
  }

  .page-index .page-eventhistory {
    display: none;
  }

  .page-index .page-newscenter {
    display: none;
  }

  .page-index .page-partner {
    display: none;
  }

  .page-index .page-story {
    display: block;
    margin-bottom: 3.56511rem;
  }

  .page-index .page-story .story-list {
    width: 23.52975rem;
    margin: 0 auto;
    margin-top: 1.6043rem;
    display: flex;
    flex-wrap: wrap;
  }

  .page-index .page-story .story-list .item {
    width: 11.05185rem;
    margin-right: 1.42605rem;
    margin-bottom: 1.42605rem;
  }

  .page-index .page-story .story-list .item:nth-child(2n) {
    margin-right: 0;
  }

  .page-index .page-story .story-list .item:nth-child(2) .photo a img,
  .page-index .page-story .story-list .item:nth-child(5) .photo a img {
    width: 11.05185rem;
    height: 7.27283rem;
    border-radius: 0.60607rem;
  }

  .page-index .page-story .story-list .item:nth-child(4),
  .page-index .page-story .story-list .item:nth-child(6) {
    margin-top: -3.92162rem;
  }

  .page-index .page-story .story-list .item .photo {
    margin-bottom: 1.06953rem;
  }

  .page-index .page-story .story-list .item .photo a img {
    width: 11.05185rem;
    height: 11.19446rem;
    border-radius: 0.60607rem;
    object-fit: cover;
    object-position: center;

    clip: rect(0px, 11.05185rem, 11.19446rem, 0px);
  }

  .page-index .page-story .story-list .item .time {
    font-size: 1.21214rem;
    font-family: DIN;
    font-weight: bold;
    color: #191919;
    padding-bottom: 0.46346rem;
    position: relative;
    margin-bottom: 0.71302rem;
  }

  .page-index .page-story .story-list .item .time::before {
    position: absolute;
    bottom: 0;
    content: "";
    width: 0.89128rem;
    height: 0.1426rem;
    background: #ca0915;
  }

  .page-index .page-story .story-list .item .dec {
    font-size: 0.85563rem;
    font-weight: 500;
    color: #666666;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .page-index .page-distribution {
    display: block;
    margin-bottom: 4.27814rem;
  }

  .page-index .page-distribution .map-box {
    width: 21.46198rem;
    margin: 0 auto;
    height: 17.32645rem;
    margin-top: 2.49558rem;
    margin-bottom: 2.85209rem;
    background: url("../images/earth-map.png") no-repeat center;
    background-size: cover;
    position: relative;
  }

  .page-index .page-distribution .map-box .itm {
    position: absolute;
    width: 0.78432rem;
    height: 0.78432rem;
    background: url("../images/process-icon.png") no-repeat center;
    background-size: cover;
  }

  .page-index .page-distribution .map-box .itm:first-child {
    left: 5.20507rem;
    top: 4.77725rem;
  }

  .page-index .page-distribution .map-box .itm:nth-child(2) {
    left: 7.62934rem;
    top: 8.05716rem;
  }

  .page-index .page-distribution .three {
    display: flex;
    justify-content: space-around;
  }

  .page-index .page-distribution .three .item {
    text-align: center;
  }

  .page-index .page-distribution .three .item h2 {
    font-size: 1.28344rem;
    font-family: DIN;
    font-weight: bold;
    color: #e5002b;
    margin-bottom: 0.35651rem;
  }

  .page-index .page-distribution .three .item h3 {
    font-size: 0.78432rem;
    font-family: PingFang SC;
    color: #808080;
  }
}
